Windows 3.1 Device Drivers (ddag31qh.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
[keyboard.tables]
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
[keyboard.tables]
Name = Filename,"Description"
 
The [keyboard.tables] section specifies the keyboard-library files required
to install foreign-language keyboard support.
 
Parameter    Description
────────────────────────────────────────────────────────────────────────────
 
Name         Specifies the name of the keyboard library. If more than one
             setting is given, the Name parameter must be unique.
 
Filename     Specifies the MS-DOS filename of the keyboard-library file.
 
Description  Specifies an ASCII string that describes the keyboard library.
             This parameter must be enclosed in double quotation marks (").
 
Comments
 
If the user selects a keyboard type when Setup installs Windows, Setup also
selects the keyboard table where the Name parameter matches defkeydll
setting in the [data] section of the information file.
 
Example
 
The following is an example of an [keyboard.tables] section in an
OEMSETUP.INF file for a specific keyboard driver:
 
[keyboard.tables]
ussrdll = 1:kbdussr.dll,"Russian"
 
See Also
 
[data], [keyboard.drivers], [keyboard.types]
 
 
                                      ♦